projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ec2bbb
)
(NSIG) [__DJGPP__ == 2 && __DJGPP_MINOR__ == 1]:
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 22 Nov 2000 18:09:48 +0000
(18:09 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 22 Nov 2000 18:09:48 +0000
(18:09 +0000)
Define; it is undefined in DJGPP v2.01.
msdos/sed2.inp
patch
|
blob
|
history
diff --git
a/msdos/sed2.inp
b/msdos/sed2.inp
index 71c5619b4f0fd630adad056240b7d293b97390dc..0900abe354e52cbfc9a292de0b0a9e896547d9e6 100644
(file)
--- a/
msdos/sed2.inp
+++ b/
msdos/sed2.inp
@@
-8,6
+8,10
@@
#if defined(__DJGPP__) && __DJGPP__ > 1\
/* In v2.0 and later almost everything is defined in <sys/config.h> */\
#include <sys/config.h>\
+/* For those who still use DJGPP v2.01 */\
+#if __DJGPP__ == 2 && __DJGPP_MINOR__ == 1\
+#define NSIG 320\
+#endif\
#define HAVE_SETITIMER 1\
#undef HAVE_SELECT\
#undef _LIBC\